home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / UTILS / POSTSCRIPT / PSUTILS1 / !PSUtils / man / psselect < prev    next >
Text File  |  1997-02-12  |  3KB  |  111 lines

  1.  
  2.  
  3.      PSSELECT(1)         Unix Programmer's Manual          PSSELECT(1)
  4.  
  5.  
  6.      NAME
  7.           psselect - select pages from a PostScript file
  8.  
  9.      SYNOPSIS
  10.           psselect [ -q ] [ -e ] [ -o ] [ -r ] [ -ppages ] [ pages ] [
  11.           infile [ outfile ] ]
  12.  
  13.      DESCRIPTION
  14.           Psselect selects pages from a PostScript document, creating
  15.           a new PostScript file. The input PostScript file should
  16.           follow the Adobe Document Structuring Conventions.
  17.  
  18.           The -e option selects all of the even pages; it may be used
  19.           in conjunction with the other page selection options to
  20.           select the even pages from a range of pages.
  21.  
  22.           The -o option selects all of the odd pages; it may be used
  23.           in conjunction with the other page selection options.
  24.  
  25.           The -ppages option specifies the pages which are to be
  26.           selected.  Pages is a comma separated list of page ranges,
  27.           each of which may be a page number, or a page range of the
  28.           form first-last. If first is omitted, the first page is
  29.           assumed, and if last is omitted, the last page is assumed.
  30.  
  31.           The prefix character `_' indicates that the page number is
  32.           relative to the end of the document, counting backwards.
  33.  
  34.           The -r option causes psselect to output the selected pages
  35.           in reverse order.
  36.  
  37.           Psselect normally prints the page numbers of the pages
  38.           rearranged; the -q option suppresses this.
  39.  
  40.           If any of the -r, -e, or -o options are specified, the page
  41.           range must be given with the -p option. This is for
  42.           backwards compatibility with previous versions.
  43.  
  44.  
  45.      NOTES
  46.           The page number given to psselect is the number of the page
  47.           counting from the start or end of the file, starting at one.
  48.           The actual page number in the document may be different.
  49.  
  50.  
  51.  
  52.  
  53.                      PSUtils Release 1 Patchlevel 16                 1
  54.  
  55.  
  56.  
  57.  
  58.      PSSELECT(1)         Unix Programmer's Manual          PSSELECT(1)
  59.  
  60.  
  61.      AUTHOR
  62.           Copyright (C) Angus J. C. Duggan 1991-1995
  63.  
  64.      SEE ALSO
  65.           psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1),
  66.           psresize(1), psmerge(1), fixscribeps(1), getafm(1),
  67.           fixdlsrps(1), fixfmps(1), fixmacps(1), fixpsditps(1),
  68.           fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1),
  69.           fixwwps(1), extractres(1), includeres(1)
  70.  
  71.      TRADEMARKS
  72.           PostScript is a trademark of Adobe Systems Incorporated.
  73.  
  74.      BUGS
  75.           Psselect does not accept all DSC comments.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.                      PSUtils Release 1 Patchlevel 16                 2
  109.  
  110.  
  111.